//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
AddCss: function(cssUrl) {
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", cssUrl);
document.getElementsByTagName("head")[0].appendChild(fileref);
},
CreateTable : function(eventData,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-02A
TN_Widget.CreateTable([['Ouija Macc','Workplay Theatre','Birmingham, AL','Wednesday','7/2/2025','7:00 PM','7171855','Ouija-Macc-7-2-2025'],['The Wildflowers - Tom Petty and The Heartbreakers Tribute','Workplay Theatre','Birmingham, AL','Saturday','7/5/2025','8:00 PM','7201334','The-Wildflowers---Tom-Petty-and-The-Heartbreakers-Tribute-7-5-2025'],['Work It! 90s/2000s R&B and Hip Hop Party','Workplay Theatre','Birmingham, AL','Friday','7/11/2025','9:00 PM','7241369','Work-It--90s-2000s-R-B-and-Hip-Hop-Party-7-11-2025'],['VCTMS & Crystal Lake','Workplay Theatre','Birmingham, AL','Wednesday','7/16/2025','7:00 PM','7125091','VCTMS---Crystal-Lake-7-16-2025'],['Daisyhead','Workplay Theatre','Birmingham, AL','Friday','7/25/2025','6:30 PM','7113148','Daisyhead-7-25-2025'],['Todd Snider','Workplay Theatre','Birmingham, AL','Friday','8/8/2025','8:00 PM','7187730','Todd-Snider-8-8-2025'],['Uncruel Summer - A Girly Pop Dance Party','Workplay Theatre','Birmingham, AL','Saturday','8/9/2025','10:00 PM','7241368','Uncruel-Summer---A-Girly-Pop-Dance-Party-8-9-2025'],['K Camp','Workplay Theatre','Birmingham, AL','Thursday','8/14/2025','8:00 PM','7226992','K-Camp-8-14-2025'],['Benches','Workplay Theatre','Birmingham, AL','Friday','8/15/2025','7:30 PM','7210113','Benches-8-15-2025'],['Justin Holt','Workplay Theatre','Birmingham, AL','Saturday','8/23/2025','8:00 PM','7241370','Justin-Holt-8-23-2025'],['Liliac','Workplay Theatre','Birmingham, AL','Thursday','8/28/2025','7:00 PM','7216800','Liliac-8-28-2025'],['Foxing','Workplay Theatre','Birmingham, AL','Thursday','9/4/2025','7:00 PM','7156196','Foxing-9-4-2025'],['Bop To The Top','Workplay Theatre','Birmingham, AL','Friday','9/5/2025','9:00 PM','7241367','Bop-To-The-Top-9-5-2025'],['The Union Underground','Workplay Theatre','Birmingham, AL','Saturday','9/6/2025','7:00 PM','7240390','The-Union-Underground-9-6-2025'],['I Set My Friends On Fire','Workplay Theatre','Birmingham, AL','Wednesday','10/1/2025','7:00 PM','7172733','I-Set-My-Friends-On-Fire-10-1-2025'],['Magnitude','Workplay Theatre','Birmingham, AL','Thursday','10/2/2025','7:00 PM','7171858','Magnitude-10-2-2025'],['Unearth','Workplay Theatre','Birmingham, AL','Friday','10/3/2025','10:30 PM','7171826','Unearth-10-3-2025'],['Norma Jean','Workplay Theatre','Birmingham, AL','Saturday','10/4/2025','10:15 PM','7172731','Norma-Jean-10-4-2025'],['Kings Kaleidoscope','Workplay Theatre','Birmingham, AL','Friday','10/10/2025','8:00 PM','7155355','Kings-Kaleidoscope-10-10-2025'],['The Lemonheads','Workplay Theatre','Birmingham, AL','Tuesday','11/11/2025','8:00 PM','7233240','The-Lemonheads-11-11-2025']],'WorkPlay Theatre','http://www.ticketnetwork.com/ticket/WorkPlay-Theatre-events.aspx');